projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b217c89
)
ARM: dts: UniPhier: add device-specific compatible string for EEPROM
author
Masahiro Yamada
<
[email protected]
>
Mon, 13 Jul 2015 01:35:34 +0000
(10:35 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Thu, 23 Jul 2015 14:41:38 +0000
(23:41 +0900)
For the record, describe exactly which device of which vendor
is used on this board.
I2C EEPROM is bound by the generic compatible string, "i2c-eeprom",
so this commit has no impact on the functionality.
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/dts/uniphier-ref-daughter.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/uniphier-ref-daughter.dtsi
b/arch/arm/dts/uniphier-ref-daughter.dtsi
index 84b2206ad4ad737aab18ceb6e3e525fadea65d3e..b8960fdc5884af2bfe355dc74f4d4d9563c4ea3f 100644
(file)
--- a/
arch/arm/dts/uniphier-ref-daughter.dtsi
+++ b/
arch/arm/dts/uniphier-ref-daughter.dtsi
@@
-8,7
+8,7
@@
&i2c0 {
eeprom {
- compatible = "i2c-eeprom";
+ compatible = "
microchip,24lc128", "
i2c-eeprom";
reg = <0x50>;
u-boot,i2c-offset-len = <2>;
};